Open the Portico Developer Guide site
Pos Gateway Schema
PaymentFacilitatorDataType Complex Type
Pos Gateway Schema : PaymentFacilitatorDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
PaymentFacilitatorTxnNbr Element PaymentFacilitatorTxnId Element All PaymentFacilitatorDataType Complex Type
Overview
All
PaymentFacilitatorTxnId optional xs:string

Unique transaction identifier assigned by the payment facilitator.

PaymentFacilitatorTxnNbr optional xs:string

Unique Sub-merchant account identifier assigned by the payment facilitator.

Used By
PaymentFacilitatorData Element
Source
<xs:complexType name="PaymentFacilitatorDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="PaymentFacilitatorTxnId" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Unique transaction identifier assigned by the payment facilitator.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PaymentFacilitatorTxnNbr" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Unique Sub-merchant account identifier assigned by the payment facilitator.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
Pos Gateway Schema